home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / bbs / music / sbbook.arj / SBBOOK / SOURCE / SBSIMDMO / SBSIMDMO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-11  |  468 b   |  22 lines

  1. //----------------------
  2. // CONSTANT DEFINITIONS
  3. //----------------------
  4. #define LEFT        75
  5. #define RIGHT             77
  6. #define UP                    72
  7. #define DOWN                80
  8. #define PGUP                73
  9. #define PGDOWN            81
  10. #define HOME                71
  11. #define END                 79
  12. #define ENTER             13
  13. #define SPACE             32
  14. #define ESC                 27
  15. #define TAB                 9
  16. #define F1                    59
  17.  
  18. //------------------------
  19. // FUNCTION DECLARATIONS
  20. //------------------------
  21. void GetFiles(int midStat, int cmfStat);
  22.